widget: Don't print missing allocation warning by default
authorTimm Bäder <mail@baedert.org>
Thu, 22 Sep 2016 06:58:14 +0000 (08:58 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 22 Sep 2016 07:01:06 +0000 (09:01 +0200)
commit54fdcb3ffac3383432b379f3e16e8cb0086b8101
treed05d10894729034ddbc1c484959a6acccff5e7ce
parent06b2adb107688798bfcd7dd98b9b6b07f11bed66
widget: Don't print missing allocation warning by default

This was meant to be silenced unless expicitly requested but
G_ENABLE_DEBUG is defined by default unless --disable-debug is passed to
configure, so use G_ENABLE_CONSISTENCY_CHECKS instead which is only
defined if --enable-debug is explicitly passed.
gtk/gtkwidget.c